home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / Suffix.doc < prev    next >
Text File  |  1995-02-12  |  467b  |  41 lines

  1.  
  2.  
  3.     NAME
  4.     Suffix
  5.  
  6.     SYNOPSIS
  7.     Suffix - get a file's suffix - Requires v37
  8.  
  9.     INPUTS
  10.     FILE/A
  11.  
  12.     FUNCTION
  13.     Suffix gets a filename and extracts its suffix.
  14.  
  15.     The resulting string is sent to STDOUT.
  16.  
  17.     RESULT
  18.     a filename's suffix
  19.  
  20.     NOTES
  21.     CLI - only
  22.  
  23.     should compile with SAS-C
  24.  
  25.     BUGS
  26.     none known yet
  27.  
  28.     EXAMPLES
  29.     >suffix a.b
  30.     b
  31.  
  32.     >suffix a
  33.            [nothing]
  34.  
  35.     AUTHOR
  36.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  37.     noll@student.uni-kl.de
  38.  
  39.  
  40.  
  41.